func crypto/hpke.suiteID

2 uses

	crypto/hpke (current package)
		hpke.go#L44: 	sid := suiteID(kemID, kdf.ID(), aead.ID())
		hpke.go#L255: func suiteID(kemID, kdfID, aeadID uint16) []byte {